[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VS_Title() Sets the title for VS_Text() NEW
Description:
VS_Title() sets the title that VS_Text() will use for the window it
displays.
Syntax:
c_OldTitle = VS_Title( c_NewTitle )
Pass:
c_NewTitle is a character expression containing the new title that
VS_Text() should use for all subsequent calls.
Return:
c_OldTitle is a character expression containing the previous title
that VS_Text() used for windows.
Notes:
The first time VS_Text() is called c_NewTitle is considered to be
a null string.
Example:
c_OldTitle = VS_Title( "WARNING!" )
VS_Text(3,"Danger, Will Robinson!")
...
VS_EndText()
VS_Title(c_OldTitle) // Restore it to what it was!
...
Usage:
See Also:
VS_Text()
VS_FootNote()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson